home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / stut_src / confg_pu.h < prev    next >
C/C++ Source or Header  |  1996-06-04  |  448b  |  18 lines

  1. /*
  2.  * Config_Public.h
  3.  */
  4.  
  5.     extern    int    G_cnf_gest_form_std;        /* Gestion de formulaires Standard */
  6.     extern     int    G_cnf_cope_with_ltf;        /* Contourner les bugs de Let'em Fly */
  7.  
  8.  
  9.     /* 
  10.      * Configuration: 
  11.      */
  12.     extern    void    init_config( void );
  13.     extern    void    autoload_inf( void );
  14.     extern    void    sauver_param_inf( void );
  15.     extern    void    charger_param_inf ( void );
  16.     extern    void    autoload_ini( void );
  17.     extern    void    sauver_config_ini( void );
  18.